home *** CD-ROM | disk | FTP | other *** search
- ~{The TESTDATA file should be on the screen when printing this form.}~
- ~{Lines beginning and ending with tildes and curley brackets (like this one)}~
- ~{are merely comments and will not be printed.}~
- ~{}~
- ~{The number following the comma in each code is the number of characters to}~
- ~{be read from the screen. The \ tells PopForm NOT to send a line feed to}~
- ~{printer at the end of the line if the program can't find that line's data. }~
- ~{The [0] at the beginning of each code tells PopForm that the printed length}~
- ~{of that item is entirely dependant upon the actual length of the data found}~
- ~{on the screen. If a number other than zero were between the square brac-}~
- ~{kets, only that number of characters would be printed.}~
-
- ~[0]("Payee: "\,20)~
- ~[0]("Box: "\,35)~
- ~[0]("Street: "\,35)~
- ~[0]("City: "\,35)~ ~("Zip: "\,12)~
-